Name :WORD transposition

Symbol :WORD_AS_BIT

Illustrate:

    Split the WORD data into bits

Image:

Parameter:

Parameter Statement Type Description
IN W WORD
Enter a value
OUT B00,B01,B02,..,B15 BOOL
Output value

Example:

LD:

ST:


    

Interpretation:

parameter operand value
IN W Enter a value:WORD
OUT B00,B01,B02,..,B15 Output value:BOOL
    IN input WORD data, OUT output BOOL data.